Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189140 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__config b/include/__config index 92e5319..e4caecf 100644 --- a/include/__config +++ b/include/__config
@@ -525,13 +525,13 @@ #define _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(x) #endif // _LIBCPP_HAS_NO_STRONG_ENUMS -#ifdef _LIBCPP_DEBUG2 -# if _LIBCPP_DEBUG2 == 0 +#ifdef _LIBCPP_DEBUG +# if _LIBCPP_DEBUG == 0 # define _LIBCPP_DEBUG_LEVEL 1 -# elif _LIBCPP_DEBUG2 == 1 +# elif _LIBCPP_DEBUG == 1 # define _LIBCPP_DEBUG_LEVEL 2 # else -# error Supported values for _LIBCPP_DEBUG2 are 0 and 1 +# error Supported values for _LIBCPP_DEBUG are 0 and 1 # endif # define _LIBCPP_EXTERN_TEMPLATE(...) #endif